home *** CD-ROM | disk | FTP | other *** search
/ Dermatology Step by Step / Dermatology Step by Step.iso / pc / Media / Dermatology / Algorithm.swf / scripts / DefineButton2_265 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-02-15  |  134 b   |  8 lines

  1. on(release){
  2.    if(_level0.MenuAffiche != "postTestAlgo")
  3.    {
  4.       _level0.MenuAffiche = "normal";
  5.    }
  6.    this.doClose();
  7. }
  8.